home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / Development Tools / XCMDs and XFCNs / Socket and Serial / CommConnect XFCN v1.1a / background_4682.xml < prev    next >
Encoding:
Extensible Markup Language  |  1994-09-17  |  3.1 KB  |  109 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>4682</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_5301.pbm</bitmap>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3319.css" />
  11.     <part>
  12.         <id>1</id>
  13.         <type>field</type>
  14.         <visible> <true /> </visible>
  15.         <dontWrap> <false /> </dontWrap>
  16.         <dontSearch> <false /> </dontSearch>
  17.         <sharedText> <false /> </sharedText>
  18.         <fixedLineHeight> <false /> </fixedLineHeight>
  19.         <autoTab> <false /> </autoTab>
  20.         <lockText> <true /> </lockText>
  21.         <rect>
  22.             <left>35</left>
  23.             <top>78</top>
  24.             <right>398</right>
  25.             <bottom>304</bottom>
  26.         </rect>
  27.         <style>scrolling</style>
  28.         <autoSelect> <false /> </autoSelect>
  29.         <showLines> <false /> </showLines>
  30.         <wideMargins> <true /> </wideMargins>
  31.         <multipleLines> <false /> </multipleLines>
  32.         <reservedFamily> 0 </reservedFamily>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>left</textAlign>
  36.         <font>Palatino</font>
  37.         <textSize>12</textSize>
  38.         <textStyle>plain</textStyle>
  39.         <textHeight>16</textHeight>
  40.         <name>info</name>
  41.         <script></script>
  42.     </part>
  43.     <part>
  44.         <id>2</id>
  45.         <type>button</type>
  46.         <visible> <true /> </visible>
  47.         <reserved5> 0 </reserved5>
  48.         <reserved4> 0 </reserved4>
  49.         <reserved3> 0 </reserved3>
  50.         <reserved2> 0 </reserved2>
  51.         <reserved1> 0 </reserved1>
  52.         <enabled> <true /> </enabled>
  53.         <rect>
  54.             <left>423</left>
  55.             <top>262</top>
  56.             <right>469</right>
  57.             <bottom>303</bottom>
  58.         </rect>
  59.         <style>opaque</style>
  60.         <showName> <false /> </showName>
  61.         <highlight> <false /> </highlight>
  62.         <autoHighlight> <true /> </autoHighlight>
  63.         <sharedHighlight> <true /> </sharedHighlight>
  64.         <family>0</family>
  65.         <titleWidth>0</titleWidth>
  66.         <icon>137</icon>
  67.         <textAlign>center</textAlign>
  68.         <font>Chicago</font>
  69.         <textSize>12</textSize>
  70.         <textStyle>plain</textStyle>
  71.         <name>return</name>
  72.         <script>on mouseUp
  73. watch
  74. Inflate "remove"
  75. visual iris close fast
  76. none
  77. go cd "main"
  78. end mouseUp
  79.  
  80. on mouseWithin
  81. Inflate "text", "To return to the main card, click here."
  82. end mouseWithin
  83. </script>
  84.     </part>
  85.     <part>
  86.         <id>4</id>
  87.         <type>field</type>
  88.         <visible> <true /> </visible>
  89.         <dontWrap> <false /> </dontWrap>
  90.         <dontSearch> <false /> </dontSearch>
  91.         <sharedText> <false /> </sharedText>
  92.         <fixedLineHeight> <false /> </fixedLineHeight>
  93.         <autoTab> <false /> </autoTab>
  94.         <lockText> <true /> </lockText>
  95.         <rect>
  96.             <left>31</left>
  97.             <top>39</top>
  98.             <right>379</right>
  99.             <bottom>64</bottom>
  100.         </rect>
  101.         <style>transparent</style>
  102.         <autoSelect> <false /> </autoSelect>
  103.         <showLines> <false /> </showLines>
  104.         <wideMargins> <false /> </wideMargins>
  105.         <multipleLines> <false /> </multipleLines>
  106.         <reservedFamily> 0 </reservedFamily>
  107.         <titleWidth>0</titleWidth>
  108.         <icon>0</icon>
  109.         <textAlign>left</textAlign>
  110.         <font>Palatino</font>
  111.         <textSize>18</textSize>
  112.         <textStyle>plain</textStyle>
  113.         <textHeight>24</textHeight>
  114.         <name>title</name>
  115.         <script></script>
  116.     </part>
  117.     <name></name>
  118.     <script>on openCard
  119. set the scroll of bg fld "info" to 0
  120. show groups
  121. end openCard
  122. </script>
  123. </background>
  124.